home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / strings / crange < prev    next >
Encoding:
Text File  |  1992-12-17  |  545 b   |  13 lines

  1.  
  2.  
  3.           crange string firstExpr lastExpr
  4.                Returns a range of characters from string starting at
  5.                the character indexed by the expression firstExpr
  6.                (zero-based) until the character indexed by the
  7.                expression lastExpr.  The special keyword end may be
  8.                specified for last to indicate that the remainder of
  9.                the string is to be extracted.  This command is a
  10.                shortcut for:
  11.  
  12.                    string range string [expr firstExpr] [expr lastExpr]
  13.